projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dffb0c4
)
(emacs_write): Buffer pointer now const.
author
Ken Raeburn
<raeburn@raeburn.org>
Fri, 19 Jul 2002 14:37:13 +0000
(14:37 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Fri, 19 Jul 2002 14:37:13 +0000
(14:37 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 8b8aa0b8c98f52b24ef8df975ecd009b557cb419..7569c71e8605bea02d771cb5797e482dbda13538 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-3313,7
+3313,7
@@
emacs_read (fildes, buf, nbyte)
int
emacs_write (fildes, buf, nbyte)
int fildes;
- char *buf;
+ c
onst c
har *buf;
unsigned int nbyte;
{
register int rtnval, bytes_written;